EMT Practice Test

1. Question Content...


Question List

Question1: A possible risk of introducing test automation is:

Question2: For withdrawing money tram an Automated Teller Machine (ATM), the following conditions are required:
- The bank card is valid
- The PIN code is correct
- Money is available in the user's account
The following are some possible interactions between the user and the ATM:
- The entered card is invalid The card is rejected
- The PIN code is wrong The ATM asks for another PIN code
- The requested amount is more than available in the user's account: The ATM asks for another amount
- The requested amount is available in the user's account The ATM dispenses the money Which test design technique should be used to cover all possible combinations of the in put conditions?

Question3: Which of the following is a CORRECT statement about how a tester should communicate about defects, test results, and other test information?

Question4: Test automation allows you to:

Question5: Which of the following is the most important task of a typical test leader?

Question6: ST is a Software Testing organization which utilizes a testing knowledge base. Access to ST knowledge base can be either full or limited. Access level is determined based on ST certification and testing experience as follows:
1. If ST certified, with less than 5 years testing experience - allow limited access
2. If ST certified, 5-10 years of testing experience - allow full access
3. If not ST certified with 5-10 years of testing experience - allow limited access.
What would be the results for:
A - ST certified. 12 years of testing experience
B - Not ST certified. 7 years of testing experience
C - Not ST certified. 3 years of testing experience

Question7: Which of the following statements about decision tables are TRUE?
I. Generally, decision tables are generated for low risk test items.
II. Test cases derived from decision tables can be used for component tests.
III. Several test cases can be selected for each column of the decision table.
IV. The conditions in the decision table represent negative tests generally.

Question8: Which of the following can be considered a VALID exit criterion?
I Estimates of defect density or reliability measures.
II. The completion and publication of an exhaustive Test Report.
III. Accuracy measures, such as code, functionality or risk coverage.
IV Residual risks such as lack of code coverage in certain areas.

Question9: Which of the following issues cannot be identified by static analysis tools?

Question10: Which of the following statements about error guessing is true?

Question11: A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests were performed on stable and isolated test environments where you were the only user interacting with the application. All tests passed, but in some of those tests you observed the following issue: on some mobile devices only, the response time for two web pages containing images was extremely slow.
Based only on the given information, which of the following recommendation would you follow?

Question12: Which of the following BEST explains a drawback of independent testing?

Question13: Out of the following. what is not needed to specify in defect report?

Question14: Which of the following statements about Experience Based Techniques (EBT) is correct?

Question15: You need to test the login page of a web site. The page contains fields for user name and password. Which test design techniques are most appropriate for this case?

Question16: Which of the following is a function of a dynamic analysis tool?

Question17: Which of the following statements about static analysis are FALSE?
I, Static analysis can be used Instead of dynamic testing.
II, Stalk: analysis can uncover defects like security vulnerabilities.
III, Static analysis can be used to check conformance to specifications and standards.
IV Static analysis typically detects failures prior to component testing.

Question18: Which ONE of the following statements about state transition testing is correct?

Question19: Which of the following is an advantage of the whole team approach?

Question20: Which of the following is a correct reason to apply test automation?

Question21: In maintenance testing, what is the relationship between impact analysis and regression testing?

Question22: What is 'Component Testing'?

Question23: An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet.
Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length? (Note: test cases are separated by a semicolon)

Question24: Which TWO of the following are benefits of continuous integration?
I. Allows earlier detection and easier root cause analysis of integration problems and conflicting changes.
II. Removes the need for manual test analysis, design and execution.
Hi. Removes the dependency on automated regression packs when integrating larger systems, or components.
iv. Gives the development team regular feedback on whether the code is working.
Select the correct answer:

Question25: During iteration planning, a scrum team uses an estimation technique called planning poker to estimate the effort required to deliver a critical user story. In advance of the estimation session, the team agreed on some ground rules to limit the number of poker rounds and save time.
The team agreed on the following:
1. They will use the following progression for estimation: Extra-small, Small, Medium, Large, Extra-large, and Extra-extra-large.
2. If estimation values differ significantly, the highest score will be used for estimation purposes.
The result of the first round of planning poker:
Team MemberEstimation
BusinessLarge
DevelopmentExtra-extra-large
TestingExtra-extra-large
Which of the following options best represent the team's next actions?

Question26: Which of the following is a role that is usually responsible for documenting the findings (e.g., action items, decisions, recommendations) made by the review team as part of a typical formal review?

Question27: In Agile teams, testers closely collaborate with all other team members. This close collaboration could be problematic and result in testing-related organizational risks.
Which TWO of the following organization risks could be encountered?
I.Testers lose motivation and fail at their core tasks.
ii.Close interaction with developers causes a loss of the appropriate tester mindset.
iii.Testers are not able to keep pace with incoming changes in time-constrained iterations.
iv.Testers, once they have acquired technical development or business skills, leave the testing team.

Question28: Which of the following is MOST likely to be an example of a PROJECT risk?

Question29: A mid-size software product development company has analyzed data related to defects detected in its product and found out that detects fixed in earlier builds are getting re-opened after a few months.
The company management now seeks your advice in order to reverse this trend and prevent re-opening of defects fixed earlier.
What would be your FIRST recommendation to the company?

Question30: Confirmation testing is performed after:

Question31: Which ONE ofthe following options is NOT a test objective?

Question32: Which of the following statements about the test pyramid is TRUE?

Question33: Which of the following statements is incorrect regarding the involvement of testers in the software development lifecycle (SDLC)?

Question34: Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?

Question35: Which of the following statements about the testing quadrants is TRUE?

Question36: What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?

Question37: Which of the following applications will be the MOST suitable for testing by Use Cases

Question38: Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?

Question39: The acceptance criteria associated with a user story:

Question40: Which of the following about typical information found within a test plan is FALSE?

Question41: Which of the following statements is not correct?

Question42: A requirement specifies that if the total amount of sales (TAS) made during the year by a corporate seller is
300,000€ or more, the bonus that must be paid to the seller is 100% of a certain amount agreed upon at the beginning of the year. The software contains a fault as it implements this requirement with the decision "IF (TAS = 300,000)" instead of "IF (TAS >= 300.000)". The application of the 3-value boundary value analysis to this problem consists of the following three test cases (TAS is an integer variable):
TC1 = 299,999 TC2=300,000 TC=300,001
Which of the following statements is TRUE?

Question43: Consider the following user story about an e-commerce website's registration feature that only allows registered users to make purchases ; As a new user, I want to register to the website, so that I can start shopping online" The following are some of the acceptance criteria defined for the user story
[a] The registration form consists of the following fields: username, email address, first name, last name, date of birth, password and repeat password.
[b] To submit the registration request, the new user must fill in all the fields of the registration form with valid values and must agree to the terms and conditions.
[c] To be valid, the email address must not be provided by free online mail services that allow to create disposable email addresses. A dedicated error message must be presented to inform the new user when an invalid address is entered.
[d] To be valid, the first name and last name must contain only alphabetic characters and must be between 2 and 80 characters long A dedicated error message must be presented to inform the new user when an invalid first name and/or the last name is entered
[e] After submitting the registration request, the new user must receive an e-mail containing the confirmation link to the e-mail address specified in the registration form Based only on the given information, which of the following ATDD tests is MOST LIKELY to be written first?

Question44: Which ONE of the following statements BEST applies tochecklist-based testing?

Question45: You are testing a room upgrade system for a hotel. The system accepts three differed types of room (increasing order of luxury): Platinum. Silver and Gold Luxury. ONLY a Preferred Guest Card holder s eligible for an upgrade.
Below you can find the decision table defining the upgrade eligibility:
What is the expected result for each of the following test cases?
Customer A: Preference Guest Card holder, holding a Silver room
Customer B: Non Preferred Guest Card holder, holding a Platinum room

Question46: Given the following requirement:
Requirement ID: 2 8
Requirement Description Additional Entrance Fee
Detailed Description
An additional fee of S3 is charged during the weekend, but
1) Visitors aged under 7 are not charged.
2) Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee.
3) Visitors aged greater than 65 get a 50% discount off the additional fee.
Age should be an integer of 0 or above.
Weekend means Friday to Sunday inclusive.
Which of the following statements isNOTcorrect?

Question47: How can testing contribute to higher quality?

Question48: For the following pseudo-code determine number of tests required for 100% statement coverage IF Gender = Boy If Age > 3 AND Age < 5 Shoe Size = 1 ELSE IF Age >=5 AND Age < 7 Shoe Size = 2 ENDIF ELSE IF Age > 3 AND Age < 5 Shoe Size = 0 ELSE IF Age >=5 AND Age < 7 Shoe Size = 1 ENDIF ENDIF

Question49: A software system checks age in order to determine which welcome screen to display. Age groups are:
Group I: 0-12
Group II; 13-18
Group III: over 18
Which of the below represent boundary values?

Question50: Which ONE of the following options BEST describes black-box test techniques?

Question51: Which of the following statements is the BEST example of non-functional testing?

Question52: Which of the following BEST defines risk level?

Question53: Which of the following statements best describes how configuration management supports testing?

Question54: Why is it important to select a test technique?

Question55: During component testing of a program if 100% decision coverage is achieved, which of the following coverage criteria is also guaranteed to be 100%?

Question56: You are testing a system that is used in motor vehicles to warn the driver of an obstacle when re-versing.
Output is provided by a series of LED lights (green, yellow, and red), each illuminated based on clearly defined conditions.
The following summary describes the functionality:
*Object within 10 metres, green LED lit.
*Object within 5 metres, yellow LED lit.
*Object within 1 metre, red LED lit.
*Setting sensitivity mode to "ON" will result in only the red LED being lit when the object is within 1 metre.
The following decision table describes the rules associated with the functioning of this proximity warning system:

Which intended functionality is tested by Rule 5 in the decision table?

Question57: Which ONE of the following statements about maintenance testing is CORRECT?

Question58: A bank offers a savings account with various interest rates based on the current balance in the account. The balance ranges and respective interest rates are:
Up to $100.00 =2%
$100.01 to $500.00 = 4%
$500.01 to $1,000.00 = 5%
Above $1,000.00 = 7%
Using two-point boundary value analysis, which of the following sets of test inputs provides the relatively highest level of boundary coverage?

Question59: Which of the following is a test-first approach, where tests that express a shared understanding from stakeholders of how the application is expected to work, are first written in business-readable language (following the Given/When/Then format), and then made executable to drive development?

Question60: Which ONE of the following options BEST describes a key characteristic of non-functional testing?

Question61: Which of the following tasks is MOST LIKELY to be performed by the tester?

Question62: Which ONE of the following statements would you expect to be the MOST DIRECT advantage of the whole- team approach?

Question63: 4 equivalence classes are given for integer values:
0 < x <100
100<= x <= 200
200 < x < 500
x >= 500
Which of the following options represent correct set of data for valid equivalence class partitions?

Question64: Consider the following simplified version of a state transition diagram that specifies the behavior of a video poker game:

What Is the minimum number of test cases needed to cover every unique sequence of up to 3 states/2 transitions starting In the "Start" state and ending In the "End" state?

Question65: The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch coverage of the process flow?

Question66: Which of the following answers describes a reason for adopting experience-based testing techniques?

Question67: Which of the following statements is CORRECT?

Question68: A system computes prices for bus tickets. The price depends on
- the passenger type (baby, child, adult, senior citizen, student, military)
- the travelling type (as single or in a group)
- the distance (zone 1. 2. 3)
- the kind of transport (ordinary, express)
Which of the following test techniques is the most appropriate one for testing the price computation?

Question69: From a testing perspective, configuration management

Question70: As a result of the joint evaluation of a product version with the customer, it has been concluded that it would be appropriate to retrieve an earlier version of the product and carry out a benchmark. Depending on the result, further development will be carried out based on the current version or the retrieved version.
Which mechanism, process, and/or technique will allow the specific version (including the testing work products) of a given software product to be restored?

Question71: Which sequence of state transition stated in the answer choices is correct in accordance with the following figure depicting me life-cycle of a defect?

Question72: Which of the following statements is TRUE?

Question73: A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?

Question74: A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests.
Which coverage metric will provide the needed information for this analysis?

Question75: Which ONE of the following tools would be MOST SUITABLE for facilitating thecreation of test cases, test data, and test procedures?

Question76: What is test oracle?

Question77: Which of the statements correctly describes when a whole team approach may NOT be suitable?

Question78: You are testing the latest version of an air-traffic control system prior to production deployment using exploratory testing. After following an unusual sequence of input steps, the system crashes. After the crash, you document a defect report with the following information:
*Title: System crashes unexpectedly during input.
*Brief summary: System crashes when an unusual sequence of inputs is used.
*Version: V1.001
*Test: Exploratory testing prior to production deployment
*Priority: Urgent
*Risk: High
*References: Screenshot of crashed application
What critical Information Is missing from this report?

Question79: Which of the following is an example of black-box dynamic testing?

Question80: Which of the following statements about the typical activities of a formal review process is TRUE?

Question81: A state transition diagram describes a control system's behavior in different operational modes. The initial state is"NORMAL MODE".
Which ONE of the following test cases covers anINVALID sequence?

Question82: Which of the following statements is an example of testing contributing to higher quality?

Question83: Which ONE of the following options MOST ACCURATELY describesbranch testing?

Question84: Which or the following would be a key difference between a peer review of code and static analysis of code using a tool?

Question85: The following incident report that was generated during test of a web application.
What would you suggest asthe most importantreport improvement?
Defect detected date: 15 8.2010
Defect detected by: Joe Smith
Test level System test
Test case: Area 5/TC 98
Build version: 2011-16.2
Defect description After having filled out all required fields in screen 1, t click ENTER to continue to screen2 Nothing happens, no system response at all.

Question86: During system testing phase of a word processor, a tester finds that on opening a file from a particular set of files, which are part of a critical workflow, the word processor crashes. Which of the following is the next step the tester should take poor to recording the deviation?

Question87: Which of the following best describes the relationship between a test progress report and a test summary report?

Question88: Which of the following is a possible reason for introducing a defect in software code?

Question89: Which ONE of the following elements is TYPICALLYNOTpart of atest progress report?

Question90: Which of the following would be LEAST appropriate as part of an incident report covering the observation of a failure during testing?

Question91: Can "cost" be regarded as Exit criteria?

Question92: A test manager decided to skip static testing since he believes bugs can be found easily by doing dynamic testing. Was this decision right or wrong?

Question93: Whichofthe following options cover the test types performed during typical system testing phase:
I. Usability
II Requirements based scenarios
III Testing parts of the code in isolation
IV Correct order of parameters in API calls

Question94: Consider the following examples of risks identified in different software development projects:
[I]. The contrast color ratio for both normal text and large text of a website does not comply with the applicable accessibility guidelines, making it difficult for many users to read the content on the pages
[II]. A development vendor fails to deliver their software system on time, causing significant delays to system integration testing activities that have been planned as part of a development project for a system of systems
[III]. People in the test team do not have sufficient skills to automate tests at the test levels required by the test automation strategy which does not allow production of an effective regression test suite
[IV]. In a web application, data from untrusted sources is not subject to proper input validation, making the application vulnerable to several security attacks Which of the following statements is true?

Question95: Your organization's test strategy states that it is desirable to usemore than one method for estimating test effort. You are responsible for estimating test effort for the next project. Based on historical data, the development-to-test effort ratiois5:3.
The initial estimate for thedevelopment effort is 450 person-days.
Which ONE of the following options corresponds to the estimatedtest effortusing the ratio-based method?

Question96: A team's test strategy was to invest equal effort in testing each of a system's modules. After running one test cycle, it turned out that most of the critical bugs were detected in one of the system's modules.
Which testing principal suggests a change to the current test strategy for the next test cycle?

Question97: Which of the following statements about exploratory testing is true?

Question98: Which of the following statements about the value of maintaining traceability between the test basis and test work products is not true?

Question99: Which of the following are valid testing principles?
I) Exhaustive testing is in general impossible.
II) Exhaustive testing should be executed for code intended to be reused.
III) Testing may guarantee that a program is correct.
IV) Testing cannot guarantee that a program is correct.
V) Defects cluster together in certain areas of the product.

Question100: A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:

Question101: Which of the following isNOTa common objective of testing?

Question102: Which ONE of the following options CANNOT be subjected to static analysis?

Question103: Which ONE of the following statements about acceptance testing isNOTcorrect?

Question104: Atypical generic skill required for the role of tester is the ability to

Question105: Software was found lo take much more time than the stated requirement of less than one second to save a file.
Upon investigation it was found that there was an unnecessary check inside a loop which was slowing down the file-save operation. The software not being able to meet the desired response time is an example of

Question106: The following chart represents metrics related to testing of a project that was competed. Indicate what is represented by tie lines A, B and the axes X.Y

A)

B)

C)

D)

Question107: Which of the following BEST matches the descriptions with the different categories of test techniques?
1.Test cases are based on the test basis which may include the requirements, use cases and user stories
2.Test cases are based on the test basis which may include the software architecture or code
3.Test cases can show deviations from the requirements
4.These test techniques are applicable to both functional and non-functional testing
5.Tests are based on knowledge of developers, users and other stakeholders Black - Black-box test techniques White * White-box test techniques Experience - Experience-based test techniques

Question108: The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS).
If the TAS is between 50k€ and 80k€, the bonus is 10%. If the TAS exceeds 80k€ by a value not greater than
40k€, the bonus is 15%. Finally, if the TAS
exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.
Consider applying equivalence partitioning to the TAS (Note: 1k€ = 1000 euros).
Which one of the following answers contain only test cases that belong to the same equivalence partition?

Question109: Your manager asked you when testing will be complete. In order to answer this question, you'll most likely use:

Question110: A test manager defined the following test levels in her test plan; Component, System and Acceptance.
Which Software Development lifecycle is the Test Manager most likely following?

Question111: Given the following state model of sales order software:
* PLACED -> IN PRODUCTION
* IN PRODUCTION -> CANCELLED
* IN PRODUCTION -> SHIPPED
* SHIPPED -> INVOICED
* INVOICED -> CANCELLED
* CANCELLED -> PLACED
Which of the following sequences of transitions provides the highest level of transition coverage for the model (assuming you can start in any state)?

Question112: You are responsible for applying the correct technique for a review of the requirements document for a project to develop a new software application. You identify the reviewers and the required roles, including the meeting leader, who is the requirements document author, and a separate role for a scribe. Additionally, you decide to take a relatively informal approach to the requirements review. The goal of the review is to find defects in the requirements document, such as omissions, Inconsistencies, and duplications. Another goal of the review is to improve the software application's usability and accessibility by considering the various stakeholders' viewpoints.
Which of the following statements BEST describes this scenario?

Question113: Given the following User Story: "As an online customer, I would like to be able to cancel the purchase of an individual item from a shopping list so that it only displays the relevant items, in less than 1 second", which of the following can be considered as applicable acceptance test cases?
I.Click on my online shopping list, select the unwanted Item, delete the unwanted item, the unwanted Item is deleted from the shopping list in less than 1 second.
ii.Click on my online shopping list, select all the items, delete all the items, the unwanted items are deleted from the shopping list in less than 1 second.
iii.Tab to the online shopping list and press enter, select the unwanted item, delete the unwanted item, the unwanted item is deleted from the shopping list In less than 1 second.
Iv. Click on the checkout button, select the payment method, make payment, confirmation received of payment and shipping date.
v. Click on my shopping list, select the unwanted Item, delete the unwanted item, the unwanted item is deleted from the shopping list.
Select the correct answer:

Question114: In the newest version of payroll system number of changes were made. As a tester you got a task to perform regression and confirmation tests. Which of the following project activities are related to confirmation testing?

Question115: Given the following examples of entry and exit criteria:
1.A defined level of code coverage has been achieved
2.The test automation tool has been installed and properly configured
3.The number of unresolved defects is within the predefined limit
4.The performance test environment has been set-up and is available
5.The user stories have proper acceptance criteria defined
6.The testing budget has been spent and the project sponsor bears the risk of not testing any further Which of the following BEST categorizes them as entry and exit criteria:

Question116: Which one of the following statements relating to the benefits of static testing is NOT correct?

Question117: An application is subjected to a constant load for an extended period of time as part of a performance test While running this test, the response time of the application steadily slows down, which results in a requirement not being met This slowdown is caused by a memory leak where the application code does not properly release some of the dynamically allocated memory when it is no longer needed. Which of the following statements is TRUE?

Question118: Which of the following statements about statement coverage is TRUE?

Question119: Which of the following statements is LEAST likely to be describing component testing?

Question120: Which of the following BEST distinguishes the terms "validation" and "verification"?

Question121: Given the following priorities and dependencies for these test cases:

Which of the following test execution schedules BEST takes into account the priorities and technical and logical dependencies?

Question122: For each test case to be executed, the following table specifies its dependencies and the required configuration of the test environment for running such test case:

Assume that C0NF1 is the initial configuration of the test environment Based on this assumption, which of the following is a test execution schedule that is compatible with the specified dependencies and allows minimising the number of switches between the different configurations of the test environment^

Question123: Which of the following statements about traceability is FALSE?

Question124: The following decision table is used to assist a doctor in determining the drug therapy to prescribe for a patient (aged 6 to 65 years) diagnosed with acute sinusitis. The table consists of three Boolean conditions and six actions Based only on the given information, which of the following statements is TRUE?

Question125: In addition to thorough testing of the requirements specification, a development team aims to involve users as early as possible in the development process, using practices such as prototyping, to ensure that the software systems being developed will meet the users' expectations. This approach is especially useful at mitigating the risks associated with one of the seven testing principles, which one?

Question126: Which of the following statements best describe Behavior-Driven Development (BDD)?

Question127: Which of the following sentences describe a product risk?

Question128: A software company decides to invest in reviews of various types. The thought process they have is that each artifact needs to be reviewed using only one of the review methods depending on the criticality of the artifact.

Question129: Which are the MAIN goals of risk management in a software project?

Question130: A typical objective of testing is to ensure that:

Question131: Consider the following table, which contains information about test cases from the test management system:

Which ONE of the following optionsorganizes the test cases based on the statement coverage strategy, while considering practical constraints?

Question132: Which of the following statements about test reports are TRUE?
I Test reports shall be approved by the test team.
II. Test reports shall give stakeholders information as basis for decisions.
Ill Test reports shall summarize what happened through a period of testing.
IV. Test reports shall be approved by the development team, the test team and the customer
V. Test reports shall include information about remaining risks.

Question133: The following open incident report provided:
Date: 01.01.01
Description: When pressing the stop button the application status remain in "Attention" instead of "Ready'.
Severity: High
Life Cycle: Integration
Which of the following details are missing in the giving incident report?
I. Identification or configuration of the application
II. The name of the developer
III. Recommendation of the developer
IV The actions and/or conditions that came before the pressing of the button

Question134: Metrics can be collected during and at the end of testing activities to assess which of the following?
i. Progress against the planned schedule and budget.
II. Current quality of the test object.
Hi. Adequacy of the test approach.
iv. Effectiveness of the test activities with respect to the objectives.
v. All the above.
Select the correct answer:

Question135: Which of the following statements about reviews are TRUE?
I In walkthroughs the review meeting is typically led by the author.
II Inspection is characterized by an open-ended review meeting
III Preparation before the review meeting is part of informal reviews
IV Management rarely participates in technical review meetings

Question136: A Static analysis tool analyzes a given program's CONTROL FLOW among other things. Which of the following options represents the most likely outcome of the control flow analysis:

Question137: Which of the following is an example of tasks most associated with the test design activity?

Question138: Consider the following testing levels:
1) Component Testing
2) Integration Testing
3) System Testing
4) Acceptance Testing
Which of the following statements is true?

Question139: Which ONE of the following options isNOTa benefit oftest automation?

Question140: Which or the following is a valid collection of equivalence classes for the following problem: An integer field shall contain values from and including 1 to and including 15.

Question141: Which ONE of the following roles is responsible for mediating, managing time, and generating a safe review environment in which everyone can speak freely?

Question142: Which ONE of the following options identifies the perspectives through which acollective authorship processgenerates a shared vision of user stories?

Question143: A typical objective of testing is to

Question144: Consider the followingiteration planning taskswhere a tester can provide value:
* Break down user stories into tasks (particularly testing tasks)
* Estimate test effort for all testing tasks
* Identify and refine functional and non-functional aspects of the test object Which ONE of the following tasks should be ADDED to the above list?

Question145: You are an experienced tester on a project with incomplete requirements and under pressure to deploy.
What type of testing should you do?

Question146: Given the following statements:
1.It can prevent defects by manual examination of the functional specification
2.It is effective since it can be performed very early in the software development life cycle
3.It can detect the failures in the running application
4.It can help eliminate defects in user stories
5.It can verify externally visible behaviors
Which set of statements represent values ONLY for static testing?

Question147: Which ONE of the following options BEST describes the purpose of confirmation testing versus regression testing?

Question148: You are testing the download process of a mobile phone application.
For which to the following capabilities to the system you need to design a nonfunctional test?

Question149: Which of the following BEST matches the attributes with a level of testing?
I. Stubs and drivers are often used
II The lest environment should correspond to the production environment III Finding defects is not the main focus IV Testing can be based on use cases V Testing is normally performed by testers VI Testing for functional and non-functional characteristics

Question150: Which of the following statements are true?
1. Early and frequent feedback helps to avoid requirements misunderstanding.
2. Early feedback allows teams to do more with less.
3. Early feedback allows the team to focus on the most Important features.
4. Early and frequent feedback clarifies customer feedback by applying static testing techniques Select the correct answer:

Question151: The following requirement is given "Set X to be the sum of Y and Z".
All the following four implementations have bugs.
Which one of the following bugs can be caught by Static Analysis?

Question152: Which of the following s the most correct statement about state testing techniques?

Question153: Which of the following activities does NOT belong to a typical technical review?

Question154: Which of the following statements about independent testing is WRONG?

Question155: Decision table testing is being performed on transactions in a bank's ATM (Automated Teller Machine) system. Two test cases have already been generated for rules 1 and 4. which are shown below:

Which two of the additional test cases would achieve full coverage of the full decision table (when combined with the test cases that have already been generated for rules 1 and 4)?

Question156: During which main group of test activity are the following tasks performed?
*Checking test results and logs against specified coverage criteria.
*Assessing the level of component or system quality based on test results and logs.
*Determining whether more tests are needed.
Select the correct answer: